Skip to content

build(deps): bump actions/setup-java from 5.6.0 to 6.0.0 - #1640

Merged
WilliamBergamin merged 4 commits into
mainfrom
dependabot/github_actions/actions/setup-java-6.0.0
Sep 8, 2026
Merged

build(deps): bump actions/setup-java from 5.6.0 to 6.0.0#1640
WilliamBergamin merged 4 commits into
mainfrom
dependabot/github_actions/actions/setup-java-6.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/setup-java from 5.6.0 to 6.0.0.

Release notes

Sourced from actions/setup-java's releases.

v6.0.0

What's Changed

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5.6.0 to 6.0.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@03ad4de...dd06d9c)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 1, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 1, 2026 09:30
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 1, 2026
zimeg and others added 3 commits September 4, 2026 16:47
setup-java v6.0.0 removed the deprecated `adopt` distribution alias
(AdoptOpenJDK was renamed to Eclipse Temurin). With the action bumped to
v6, `distribution: "adopt"` fails fast with "No supported distribution
was found for input adopt" before any build runs. Rename to "temurin"
(the direct successor) in ci-build.yml and release.yml so the v6 bump
passes CI.

❤️
Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
setup-java v6 resolves the temurin (Eclipse Adoptium) distribution against an API whose catalog does not include the old non-LTS interim releases. JDK 8 and 17 are present (those matrix rows pass), but JDK 14 is not, so `distribution: temurin` fails the 14 row with "No matching version found for SemVer '14'. Distribution: Temurin-Hotspot".

Azul Zulu still publishes those interim builds (Zulu 14.0.2 is served by the Azul Metadata API that v6 uses for the zulu distribution), so point both workflows at zulu. Zulu also covers 8 and 17, so this keeps the 8/14/17 CI matrix green and keeps release.yml (JDK 17) on the same distribution.

Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
@codecov

codecov Bot commented Sep 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.72%. Comparing base (db74fe5) to head (10022be).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1640      +/-   ##
============================================
- Coverage     72.84%   72.72%   -0.13%     
+ Complexity     4535     4530       -5     
============================================
  Files           482      482              
  Lines         14425    14425              
  Branches       1512     1512              
============================================
- Hits          10508    10490      -18     
- Misses         3022     3039      +17     
- Partials        895      896       +1     
Flag Coverage Δ
jdk-14 72.72% <ø> (-0.13%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

@WilliamBergamin
WilliamBergamin merged commit e257f8b into main Sep 8, 2026
7 checks passed
@WilliamBergamin
WilliamBergamin deleted the dependabot/github_actions/actions/setup-java-6.0.0 branch September 8, 2026 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants